home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / menininh.swf / scripts / __Packages / JewelScore.as < prev    next >
Encoding:
Text File  |  2007-07-06  |  116 b   |  9 lines

  1. class JewelScore extends MovieClip
  2. {
  3.    var score = "";
  4.    function JewelScore()
  5.    {
  6.       super();
  7.    }
  8. }
  9.